Q3DrawContext_SetPane
You can use theQ3DrawContext_SetPane
function to set the pane of a draw context.
TQ3Status Q3DrawContext_SetPane ( TQ3DrawContextObject context, const TQ3Area *pane);
context
- A draw context object.
pane
- The area in the specified draw context in which all drawing should occur.
DESCRIPTION
TheQ3DrawContext_SetPane
function sets the area of the draw context specified by thecontext
parameter within which all drawing is to occur to the area specified in thepane
parameter.